home *** CD-ROM | disk | FTP | other *** search
/ Champak 54 / Vol 54.iso / games / turttleo.swf / scripts / DefineButton2_28 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2007-10-01  |  402 b   |  13 lines

  1. on(press){
  2.    _root.lang_txt_scr._visible = false;
  3.    _root.lang_txt_scr1._visible = false;
  4.    if(_root.to2logo != undefined)
  5.    {
  6.       _root.to2logo._alpha = 100;
  7.    }
  8.    _global.lang_id = id;
  9.    var file_name = _global.main_path + "data/langs/" + _root.xml_langs.firstChild.childNodes[id].attributes.file_name;
  10.    _global.xml_lang.load(file_name);
  11.    _root.lang_txt_scr.unloadMovie();
  12. }
  13.